home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / ValidFile.h < prev    next >
C/C++ Source or Header  |  1996-12-24  |  188b  |  12 lines

  1. #include <dos/dos.h>
  2.  
  3. class ValidFile {
  4.  
  5.     struct FileInfoBlock fibs, fibd;
  6.  
  7.     short CompareDS( struct DateStamp *d1, struct DateStamp *d2 );
  8.  
  9. public:
  10.     short isValid( char *s, char *d );
  11. };
  12.